本文共 2020 字,大约阅读时间需要 6 分钟。
1 2 3
4 5 6 7 | 8 9 10 | 11
12
13 14 15
16
17 18 19 20 21 22 23 24 25 26 | 33 34 35 36 37 | 38 39 40 41 42 48 49 50 ".$rowt[ncname].": "; 68 ?> 69 70 71 72 : | 73 74 84 85 88 | 89 90 | 91 92 93 94 | 95 96 97 101 102 103 104 105 重新选择 106 124 125 126 | 127 128 129 130 | 131 132 133 134 | 135 136 | 137 138 139 140 141 142 143 144 145 146 147 148 产品展示 | 149 当前位置:首页 - 产品展示 | 150 151 | 152 153 154 155 156 157 158 159 | 160 161 162 163 164 165 166 167 168 169 1){178 $start=($pageno-1)*$limit;179 }180 }181 182 183 184 //搜索产品列表185 $que6="select nid,other,npic2 from products where 1=1 ".$str;186 //echo $que6." ";187 $rs6=mysql_query($que6, $dbh);188 $num6=mysql_num_rows($rs6);189 190 $totalpage=intval($num6/$limit);191 192 if ($num6%$limit>0){193 $totalpage=$totalpage+1;194 }195 196 if ($pageno>$totalpage){197 $pageno=$totalpage;198 if ($pageno>1){199 $start=($pageno-1)*$limit;200 }201 }202 203 $result=mysql_query($que6." order by nid desc limit $start,$limit", $dbh);204 //echo $query." order by nid limit ".$start.",".$limit;205 206 $numb=mysql_num_rows($result);207 208 209 if (!empty($numb)){210 for($b=0;$b<$numb;$b++){211 $row6=mysql_fetch_array($result);212 213 $nid=$row6[nid];214 $other=$row6[other];215 $npic2=$row6[npic2];216 217 ?>218 219 - 220 221
222 223 224 | 225 | 226 227 228 | 229 | 230 231 232 233 234 | 235 236 237 238 239 240 | 241 242 | 256 257 260 261 暂时没有资料! | 262 263 266 267 | 268 269 270 271 | 272 273 274 275 276 277 278 | 279 280 281 282 283 284 | 285
286
287 288 289 290
291
转载于:https://www.cnblogs.com/huanglibin/p/3195890.html